SetRoiLocationCommand

class SetRoiLocationCommand(latitude: Double, longitude: Double, altitude: Double, frame: MavlinkCommand.Frame = Frame.RELATIVE) : MavlinkCommand

MAVLink command which allows to set a Region Of Interest.

Parameters

latitude

Latitude of ROI location.

longitude

Longitude of ROI location.

altitude

Altitude of ROI location.

frame

the reference frame of the coordinates.

Constructors

Link copied to clipboard
constructor(latitude: Double, longitude: Double, altitude: Double, frame: MavlinkCommand.Frame = Frame.RELATIVE)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Altitude of ROI location.

Link copied to clipboard
Link copied to clipboard

The coordinate frame; set to global coordinate frame or relative altitude over ground.

Link copied to clipboard

Latitude of ROI location.

Link copied to clipboard

Longitude of ROI location.

Link copied to clipboard

the raw parameters of the command

Link copied to clipboard

The MAVLink command type

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
fun write(writer: Writer, index: Int, frame: MavlinkCommand.Frame)

Writes the MAVLink command to the given writer.